Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
int IList<ReportItem>.IndexOf(
	ReportItem item
)
Visual Basic
Private Function #TXl ( _
	item As ReportItem _
) As Integer Implements IList(Of ReportItem).IndexOf

Implements

IList<(Of <(<'T>)>)>..::..IndexOf(T)

See Also